home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Development / 24U Appearance OSAX(trial).dmg / Appearance OSAX Extras / Examples / display better alert.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-03-13  |  920b  |  34 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleAllowMixedLocalizations</key>
  6.     <true/>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleExecutable</key>
  10.     <string>applet</string>
  11.     <key>CFBundleIconFile</key>
  12.     <string>applet</string>
  13.     <key>CFBundleInfoDictionaryVersion</key>
  14.     <string>6.0</string>
  15.     <key>CFBundleName</key>
  16.     <string>display better alert</string>
  17.     <key>CFBundlePackageType</key>
  18.     <string>APPL</string>
  19.     <key>CFBundleSignature</key>
  20.     <string>aplt</string>
  21.     <key>LSRequiresCarbon</key>
  22.     <true/>
  23.     <key>WindowState</key>
  24.     <dict>
  25.         <key>positionOfDivider</key>
  26.         <real>384</real>
  27.         <key>savedFrame</key>
  28.         <string>2 224 881 522 0 0 1024 746 </string>
  29.         <key>selectedTabView</key>
  30.         <string>description</string>
  31.     </dict>
  32. </dict>
  33. </plist>
  34.